const runtime.pdNil

17 uses

	runtime (current package)
		netpoll.go#L65: 	pdNil   uintptr = 0
		netpoll.go#L248: 	if wg != pdNil && wg != pdReady {
		netpoll.go#L252: 	if rg != pdNil && rg != pdReady {
		netpoll.go#L263: 	pd.rg.Store(pdNil)
		netpoll.go#L266: 	pd.wg.Store(pdNil)
		netpoll.go#L286: 	if wg != pdNil && wg != pdReady {
		netpoll.go#L290: 	if rg != pdNil && rg != pdReady {
		netpoll.go#L329: 		pd.rg.Store(pdNil)
		netpoll.go#L331: 		pd.wg.Store(pdNil)
		netpoll.go#L557: 		if gpp.CompareAndSwap(pdReady, pdNil) {
		netpoll.go#L560: 		if gpp.CompareAndSwap(pdNil, pdWait) {
		netpoll.go#L566: 		if v := gpp.Load(); v != pdReady && v != pdNil {
		netpoll.go#L578: 	old := gpp.Swap(pdNil)
		netpoll.go#L602: 		if old == pdNil && !ioready {
		netpoll.go#L607: 		new := pdNil
		netpoll.go#L613: 				old = pdNil
		netpoll.go#L614: 			} else if old != pdNil {